home *** CD-ROM | disk | FTP | other *** search
/ The Disc - MacWorld 1995 / PowerComputing (The Disc)(MacWorld 1995).ISO / mac / CDFACTOR / HCfactor / HumanCode / HumanCode.DXR / 00045_indexSetting.ls < prev    next >
Encoding:
Text File  |  1995-07-14  |  185 b   |  12 lines

  1. on enterFrame
  2.   global gSpliteSetList
  3.   repeat with n in getAt(gSpliteSetList, 4)
  4.     set the visible of sprite n to 1
  5.   end repeat
  6.   updateStage()
  7. end
  8.  
  9. on exitFrame
  10.   startindex()
  11. end
  12.